ocr: endi : the equivalent to Cs"in",for a newline character. -friend: a friend runction is allowed to get at private data members ofa class. Use the "friend - keyword. -hek: a manipulator that when used with cout, causes the results to be in hex value. ie. cout << hex <<54<< endl; prints out the hex equival- ent value 0f54. -inline: the inline keyword is used to detine a runction within its own class and then define it somewnere else. inneritance: inneritance is the ability to build from an existing class ar new derived class, that has the same data functions associated with it. member runctions : ...